ComponentOne FlexPivot for WinForms
ToArray Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > ValueSet<T> Class : ToArray Method
Creates an array from this collection.
Syntax
'Declaration
 
Public Function ToArray() As T()
public T[] ToArray()

Return Value

An array that contains the objects in this collection.
See Also

Reference

ValueSet<T> Class
ValueSet<T> Members